Home
last modified time | relevance | path

Searched defs:bytecode (Results 51 - 75 of 87) sorted by relevance

1234

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py809 bytecode = bpf_bytecode("1,6 0 0 4294967295,") variable
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_diag.c915 const void *bytecode, *bc; in inet_diag_bc_audit() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c637 SVGA3D_DefineShader(struct svga_winsys_context *swc, uint32 shid, SVGA3dShaderType type, const uint32 *bytecode, uint32 bytecodeLen) SVGA3D_DefineShader() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c717 vmw_svga_winsys_shader_create(struct svga_winsys_screen *sws, SVGA3dShaderType type, const uint32 *bytecode, uint32 bytecodeLen) vmw_svga_winsys_shader_create() argument
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info-inl.h592 void SharedFunctionInfo::SetActiveBytecodeArray(BytecodeArray bytecode) { in SetActiveBytecodeArray() argument
606 void SharedFunctionInfo::set_bytecode_array(BytecodeArray bytecode) { in set_bytecode_array() argument
[all...]
H A Dcode-inl.h597 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in GetBaselinePCForNextExecutedBytecode() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc263 GetArgumentValue(const byte* bytecode, int offset, int length) GetArgumentValue() argument
276 BytecodeSequenceNode(int bytecode, Zone* zone) BytecodeSequenceNode() argument
288 FollowedBy(int bytecode) FollowedBy() argument
306 ReplaceWith(int bytecode) ReplaceWith() argument
389 CheckArguments(const byte* bytecode, int pc) CheckArguments() argument
619 OptimizeBytecode(const byte* bytecode, int length) OptimizeBytecode() argument
650 CreateSequence(int bytecode) CreateSequence() argument
657 TryOptimizeSequence(const byte* bytecode, int bytecode_length, int start_pc) TryOptimizeSequence() argument
684 EmitOptimization( int start_pc, const byte* bytecode, const BytecodeSequenceNode& last_node) EmitOptimization() argument
935 EmitArgument(int start_pc, const byte* bytecode, BytecodeArgumentMapping arg) EmitArgument() argument
1013 OptimizeBytecode( Isolate* isolate, Zone* zone, Handle<String> source, const byte* bytecode, int length, const ZoneUnorderedMap<int, int>& jump_edges) OptimizeBytecode() argument
[all...]
H A Dregexp.cc432 Object bytecode = re->bytecode(is_one_byte); in EnsureCompiledIrregexp() local
462 Object bytecode = re->bytecode(is_one_byte); in RegExpCodeIsValidForPreCompilation() local
1023 Handle<ByteArray> bytecode = Handle<ByteArray>::cast(result.code); Compile() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc879 constexpr byte VerifyBytecodeCount(byte bytecode) { in VerifyBytecodeCount() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h161 void *bytecode; member
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1732 void Function::BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1753 void Function::BuildLineNumberProgram(panda_file::DebugInfoItem *debugItem, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp212 std::vector<uint8_t> bytecode; in TEST_F() local
319 std::vector<uint8_t> bytecode; in TEST_F() local
113 CreateMethod( Class *klass, uint32_t accessFlags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, const std::vector<uint8_t> &bytecode) CreateMethod() argument
155 CreateMethod( Class *klass, Frame *f, const std::vector<uint8_t> &bytecode) CreateMethod() argument
408 std::vector<uint8_t> bytecode; TestUnimpelemented() local
448 std::vector<uint8_t> bytecode; TEST_F() local
487 std::vector<uint8_t> bytecode; TestFcmp() local
538 std::vector<uint8_t> bytecode; TestOneLabelJmp() local
575 std::vector<uint8_t> bytecode; TestTwoLabelsJmp() local
621 std::vector<uint8_t> bytecode; TestOneLabelJmpz() local
656 std::vector<uint8_t> bytecode; TestTwoLabelsJmpz() local
776 std::vector<uint8_t> bytecode; TestUnaryOp() local
818 std::vector<uint8_t> bytecode; TEST_F() local
1079 std::vector<uint8_t> bytecode; TestArray() local
1153 std::vector<uint8_t> bytecode; TEST_F() local
1206 std::vector<uint8_t> bytecode; TEST_F() local
1300 std::vector<uint8_t> bytecode; TEST_F() local
1406 std::vector<uint8_t> bytecode; TEST_F() local
1532 std::vector<uint8_t> bytecode; TestLoadStoreField() local
1727 std::vector<uint8_t> bytecode; TestLoadStoreObjectField() local
1813 std::vector<uint8_t> bytecode; TEST_F() local
1840 std::vector<uint8_t> bytecode; TEST_F() local
1865 std::vector<uint8_t> bytecode; TEST_F() local
1937 std::vector<uint8_t> bytecode; TEST_F() local
2030 std::vector<uint8_t> bytecode; TEST_F() local
2079 std::vector<uint8_t> bytecode; TEST_F() local
2126 std::vector<uint8_t> bytecode; TEST_F() local
2206 std::vector<uint8_t> bytecode; TEST_F() local
2258 std::vector<uint8_t> bytecode; TEST_F() local
2307 std::vector<uint8_t> bytecode; TEST_F() local
2360 std::vector<uint8_t> bytecode; TEST_F() local
2418 std::vector<uint8_t> bytecode; TEST_F() local
2476 std::vector<uint8_t> bytecode; TestNullReferenceException() local
2585 CreateResolvedMethod( Class *klass, size_t vregNum, const std::vector<int64_t> &args, std::vector<uint8_t> *bytecode, std::vector<uint16_t> *shortyBuf) CreateResolvedMethod() argument
2657 std::vector<uint8_t> bytecode; TEST_F() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc991 RecordVirtualBytecodeArrayDetails( BytecodeArray bytecode) RecordVirtualBytecodeArrayDetails() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc173 InterpreterLoadGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode, in InterpreterLoadGlobalAssembler() argument
407 InterpreterLookupGlobalAssembler(CodeAssemblerState* state, Bytecode bytecode, in InterpreterLookupGlobalAssembler() argument
354 InterpreterLookupContextSlotAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterLookupContextSlotAssembler() argument
594 InterpreterSetNamedPropertyAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterSetNamedPropertyAssembler() argument
869 InterpreterBinaryOpAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterBinaryOpAssembler() argument
998 InterpreterBitwiseBinaryOpAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterBitwiseBinaryOpAssembler() argument
1358 InterpreterJSCallAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterJSCallAssembler() argument
1603 InterpreterCompareOpAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterCompareOpAssembler() argument
3109 GenerateBytecodeHandler(Isolate* isolate, const char* debug_name, Bytecode bytecode, OperandScale operand_scale, Builtin builtin, const AssemblerOptions& options) GenerateBytecodeHandler() argument
[all...]
H A Dinterpreter-assembler.cc25 InterpreterAssembler(CodeAssemblerState* state, Bytecode bytecode, OperandScale operand_scale) InterpreterAssembler() argument
1163 TNode<Uint8T> bytecode = LoadBytecode() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c1751 r600_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) r600_bytecode_cf_vtx_build() argument
2727 uint32_t *bytecode; r600_create_vertex_fetch_shader() local
[all...]
H A Dr600_asm.h271 uint32_t *bytecode; member
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc940 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument
[all...]
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc1211 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc289 interpreter::Bytecode bytecode = in GetDebugBreakType() local
2853 Bytecode bytecode = bytecode_iterator.current_bytecode(); PerformSideEffectCheckAtBytecode() local
[all...]
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc930 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument
[all...]
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc954 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument
[all...]
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc991 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Register scratch3, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument
[all...]
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc1244 AdvanceBytecodeOffsetOrReturn(MacroAssembler* masm, Register bytecode_array, Register bytecode_offset, Register bytecode, Register scratch1, Register scratch2, Label* if_return) AdvanceBytecodeOffsetOrReturn() argument
[all...]

Completed in 64 milliseconds

1234