Home
last modified time | relevance | path

Searched refs:code_target (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc723 TNode<CodeT> code_target = HeapConstant(callable.code()); in CallJSAndDispatch() local
725 TailCallStubThenBytecodeDispatch(callable.descriptor(), code_target, context, in CallJSAndDispatch()
744 TNode<CodeT> code_target = HeapConstant(callable.code()); in CallJSAndDispatch() local
749 TailCallStubThenBytecodeDispatch(callable.descriptor(), code_target, in CallJSAndDispatch()
753 TailCallStubThenBytecodeDispatch(callable.descriptor(), code_target, in CallJSAndDispatch()
789 TNode<CodeT> code_target = HeapConstant(callable.code()); in CallJSWithSpreadAndDispatch() local
792 TailCallStubThenBytecodeDispatch(callable.descriptor(), code_target, context, in CallJSWithSpreadAndDispatch()
974 TNode<CodeT> code_target = HeapConstant(callable.code()); in CallRuntimeN() local
986 return CallStub<T>(callable.descriptor(), code_target, context, in CallRuntimeN()
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc467 const Address code_target = target_address(); in Print() local
468 Code code = Code::GetCodeFromTargetAddress(code_target); in Print()
/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.cc519 Handle<CodeT> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
520 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
547 Handle<CodeT> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
548 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
588 Handle<CodeT> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
589 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.cc516 Handle<Code> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
517 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/arm/
Dmacro-assembler-arm.cc736 Handle<Code> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
737 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc3244 Handle<CodeT> code_target = isolate()->builtins()->code_handle(builtin); in TruncateDoubleToI() local
3245 Call(code_target, RelocInfo::CODE_TARGET); in TruncateDoubleToI()
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc765 Handle<Code> code_target = in CallRecordWriteStub() local
767 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.cc241 Handle<Code> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
242 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc3045 TNode<CodeT> code_target = HeapConstant(ic.code()); in LoadIC_BytecodeHandler() local
3046 exit_point->ReturnCallStub(ic.descriptor(), code_target, p->context(), in LoadIC_BytecodeHandler()
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc261 Handle<Code> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
262 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc262 Handle<Code> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
263 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.cc267 Handle<Code> code_target = isolate()->builtins()->code_handle(builtin); in CallRecordWriteStub() local
268 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc1008 Handle<Code> code_target = in CallRecordWriteStub() local
1010 Call(code_target, RelocInfo::CODE_TARGET); in CallRecordWriteStub()
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch18151 coder_graph_->DumpUnSupportLayer(code_target);