Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 25 of 1396) sorted by relevance

12345678910>>...56

/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecodes.h473 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
480 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
525 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator()
530 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator()
615 static constexpr bool IsJump(Bytecode bytecode) { in IsJump()
622 static constexpr bool IsForwardJump(Bytecode bytecode) { in IsForwardJump()
635 static constexpr bool IsSwitch(Bytecode bytecode) { in IsSwitch()
650 static constexpr bool IsLdarOrStar(Bytecode bytecode) { in IsLdarOrStar()
686 static constexpr bool IsLazy(Bytecode bytecode) { in IsLazy()
692 static constexpr bool Returns(Bytecode bytecode) { in Returns()
[all …]
H A Dbytecode-node.h23 : bytecode_(bytecode), in bytecode_() argument
32 : bytecode_(bytecode), in bytecode_() argument
42 : bytecode_(bytecode), in bytecode_() argument
54 : bytecode_(bytecode), in bytecode_() argument
67 : bytecode_(bytecode), in bytecode_() argument
81 : bytecode_(bytecode), in bytecode_() argument
105 Bytecode bytecode() const { return bytecode_; } in bytecode() function
136 : bytecode_(bytecode), in bytecode_() argument
H A Dbytecodes.cc98 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString()
110 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale) { in ToString()
124 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
143 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
157 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
174 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
214 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
306 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
326 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecodes.h489 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
496 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
541 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator()
546 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator()
631 static constexpr bool IsJump(Bytecode bytecode) { in IsJump()
638 static constexpr bool IsForwardJump(Bytecode bytecode) { in IsForwardJump()
652 static constexpr bool IsSwitch(Bytecode bytecode) { in IsSwitch()
667 static constexpr bool IsLdarOrStar(Bytecode bytecode) { in IsLdarOrStar()
690 static constexpr bool IsCallRuntime(Bytecode bytecode) { in IsCallRuntime()
713 static constexpr bool Returns(Bytecode bytecode) { in Returns()
[all …]
H A Dbytecode-node.h23 : bytecode_(bytecode), in bytecode_() argument
32 : bytecode_(bytecode), in bytecode_() argument
43 : bytecode_(bytecode), in bytecode_() argument
55 : bytecode_(bytecode), in bytecode_() argument
69 : bytecode_(bytecode), in bytecode_() argument
84 : bytecode_(bytecode), in bytecode_() argument
108 Bytecode bytecode() const { return bytecode_; } in bytecode() function
139 : bytecode_(bytecode), in bytecode_() argument
H A Dbytecodes.cc98 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString()
110 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale, in ToString()
123 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
142 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
156 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
173 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
213 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
307 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
327 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecodes.h492 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
499 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
544 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator()
549 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator()
634 static constexpr bool IsJump(Bytecode bytecode) { in IsJump()
641 static constexpr bool IsForwardJump(Bytecode bytecode) { in IsForwardJump()
655 static constexpr bool IsSwitch(Bytecode bytecode) { in IsSwitch()
670 static constexpr bool IsLdarOrStar(Bytecode bytecode) { in IsLdarOrStar()
693 static constexpr bool IsCallRuntime(Bytecode bytecode) { in IsCallRuntime()
716 static constexpr bool Returns(Bytecode bytecode) { in Returns()
[all …]
H A Dbytecode-node.h23 : bytecode_(bytecode), in bytecode_() argument
32 : bytecode_(bytecode), in bytecode_() argument
43 : bytecode_(bytecode), in bytecode_() argument
55 : bytecode_(bytecode), in bytecode_() argument
69 : bytecode_(bytecode), in bytecode_() argument
84 : bytecode_(bytecode), in bytecode_() argument
108 Bytecode bytecode() const { return bytecode_; } in bytecode() function
139 : bytecode_(bytecode), in bytecode_() argument
H A Dbytecodes.cc98 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString()
110 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale, in ToString()
123 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
142 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
156 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
173 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
213 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
307 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
327 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecodes.h574 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
581 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
626 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator()
631 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator()
638 static bool WritesImplicitRegister(Bytecode bytecode) { in WritesImplicitRegister()
659 static constexpr bool IsShortStar(Bytecode bytecode) { in IsShortStar()
664 static constexpr bool IsAnyStar(Bytecode bytecode) { in IsAnyStar()
725 static constexpr bool IsJump(Bytecode bytecode) { in IsJump()
746 static constexpr bool IsSwitch(Bytecode bytecode) { in IsSwitch()
797 static constexpr bool Returns(Bytecode bytecode) { in Returns()
[all …]
H A Dbytecode-node.h23 : bytecode_(bytecode), in bytecode_() argument
32 : bytecode_(bytecode), in bytecode_() argument
43 : bytecode_(bytecode), in bytecode_() argument
55 : bytecode_(bytecode), in bytecode_() argument
69 : bytecode_(bytecode), in bytecode_() argument
84 : bytecode_(bytecode), in bytecode_() argument
108 Bytecode bytecode() const { return bytecode_; } in bytecode() function
139 : bytecode_(bytecode), in bytecode_() argument
H A Dbytecodes.cc117 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale, in ToString()
130 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
149 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
163 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
180 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
220 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
271 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
324 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
344 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
351 std::ostream& operator<<(std::ostream& os, const Bytecode& bytecode) { in operator <<()
/dports/textproc/jq/jq-jq-1.6/src/
H A Dbytecode.h68 struct bytecode { struct
78 struct bytecode** subfunctions; argument
81 struct bytecode* parent; argument
86 void dump_disassembly(int, struct bytecode* code); argument
/dports/devel/orc/orc-0.4.31/orc/
H A Dorcbytecode.c23 OrcBytecode *bytecode; in orc_bytecode_new() local
35 orc_bytecode_free (OrcBytecode *bytecode) in orc_bytecode_free()
44 OrcBytecode *bytecode = orc_bytecode_new (); in orc_bytecode_from_program() local
187 bytecode_append_byte (OrcBytecode *bytecode, int byte) in bytecode_append_byte()
198 bytecode_append_code (OrcBytecode *bytecode, int code) in bytecode_append_code()
249 bytecode_append_int (OrcBytecode *bytecode, int value) in bytecode_append_int()
265 bytecode_append_uint32 (OrcBytecode *bytecode, orc_uint32 value) in bytecode_append_uint32()
275 bytecode_append_uint64 (OrcBytecode *bytecode, orc_uint64 value) in bytecode_append_uint64()
289 bytecode_append_string (OrcBytecode *bytecode, char *s) in bytecode_append_string()
301 const orc_uint8 *bytecode; member
[all …]
/dports/lang/solidity/solidity_0.8.11/test/cmdlineTests/output_selection_all_star/
H A Doutput.json1 {"contracts":{"a.sol":{"A1":{"evm":{"bytecode":{"object":"<BYTECODE REMOVED>"}}},"A2":{"evm":{"byte… object
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dbytecode-analysis-unittest.cc61 Handle<BytecodeArray> bytecode, in EnsureLivenessMatches()
99 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
116 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
136 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
173 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
220 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
267 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
316 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
370 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
447 Handle<BytecodeArray> bytecode = builder.ToBytecodeArray(isolate()); in TEST_F() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/
H A DBytecode.java32 private byte[] bytecode; field in Bytecode
46 public void setBytecode(byte[] bytecode) { in setBytecode()
50 public Bytecode(String className, byte[] bytecode) { in Bytecode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/
H A DBytecode.java32 private byte[] bytecode; field in Bytecode
46 public void setBytecode(byte[] bytecode) { in setBytecode()
50 public Bytecode(String className, byte[] bytecode) { in Bytecode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/
H A DBytecode.java32 private byte[] bytecode; field in Bytecode
46 public void setBytecode(byte[] bytecode) { in setBytecode()
50 public Bytecode(String className, byte[] bytecode) { in Bytecode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/
H A DBytecode.java32 private byte[] bytecode; field in Bytecode
46 public void setBytecode(byte[] bytecode) { in setBytecode()
50 public Bytecode(String className, byte[] bytecode) { in Bytecode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/
H A DBytecode.java32 private byte[] bytecode; field in Bytecode
46 public void setBytecode(byte[] bytecode) { in setBytecode()
50 public Bytecode(String className, byte[] bytecode) { in Bytecode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/
H A DBytecode.java32 private byte[] bytecode; field in Bytecode
46 public void setBytecode(byte[] bytecode) { in setBytecode()
50 public Bytecode(String className, byte[] bytecode) { in Bytecode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/
H A DBytecode.java32 private byte[] bytecode; field in Bytecode
46 public void setBytecode(byte[] bytecode) { in setBytecode()
50 public Bytecode(String className, byte[] bytecode) { in Bytecode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/gc/g1/unloading/bytecode/
H A DBytecode.java32 private byte[] bytecode; field in Bytecode
46 public void setBytecode(byte[] bytecode) { in setBytecode()
50 public Bytecode(String className, byte[] bytecode) { in Bytecode()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3D12/
H A DDXShader.cpp11 DXShader::DXShader(ShaderStage stage, BinaryData bytecode) in DXShader()
18 std::unique_ptr<DXShader> DXShader::CreateFromBytecode(ShaderStage stage, BinaryData bytecode) in CreateFromBytecode()
29 auto bytecode = CompileShader(g_dx_context->GetFeatureLevel(), stage, source); in CreateFromSource() local

12345678910>>...56