Home
last modified time | relevance | path

Searched refs:CodeStub (Results 1 – 25 of 52) sorted by relevance

123

/external/v8/src/
Dcode-stubs.cc20 CodeStubDescriptor::CodeStubDescriptor(CodeStub* stub) in CodeStubDescriptor()
41 CodeStub::InitializeDescriptor(isolate, stub_key, this); in CodeStubDescriptor()
65 bool CodeStub::FindCodeInCache(Code** code_out) { in FindCodeInCache()
76 void CodeStub::RecordCodeGeneration(Handle<Code> code) { in RecordCodeGeneration()
86 Code::Kind CodeStub::GetCodeKind() const { in GetCodeKind()
91 Handle<Code> CodeStub::GetCodeCopy(const Code::FindAndReplacePattern& pattern) { in GetCodeCopy()
135 Handle<Code> CodeStub::GetCode() { in GetCode()
185 const char* CodeStub::MajorName(CodeStub::Major major_key, in MajorName()
201 void CodeStub::PrintBaseName(OStream& os) const { // NOLINT in PrintBaseName()
206 void CodeStub::PrintName(OStream& os) const { // NOLINT in PrintName()
[all …]
Ddisassembler.cc231 uint32_t minor_key = CodeStub::MinorKeyFromKey(key); in DecodeIt()
232 CodeStub::Major major_key = CodeStub::GetMajorKey(code); in DecodeIt()
233 DCHECK(major_key == CodeStub::MajorKeyFromKey(key)); in DecodeIt()
235 CodeStub::MajorName(major_key, false)); in DecodeIt()
237 case CodeStub::CallFunction: { in DecodeIt()
Dcodegen.cc116 CodeStub::MajorName(info->code_stub()->MajorKey(), true); in MakeCodePrologue()
214 CodeStub::Major major_key = info->code_stub()->MajorKey(); in PrintCode()
215 code->Disassemble(CodeStub::MajorName(major_key, false), os); in PrintCode()
Dcode-stubs.h136 class CodeStub BASE_EMBEDDED {
168 explicit CodeStub(Isolate* isolate) : minor_key_(0), isolate_(isolate) {} in CodeStub() function
169 virtual ~CodeStub() {} in ~CodeStub()
204 friend OStream& operator<<(OStream& os, const CodeStub& s) {
212 CodeStub(uint32_t key, Isolate* isolate) in CodeStub() function
264 typedef void (*DispatchedCall)(CodeStub* stub, void** value_out);
268 static void GetCodeDispatchCall(CodeStub* stub, void** value_out);
331 class PlatformCodeStub : public CodeStub {
339 explicit PlatformCodeStub(Isolate* isolate) : CodeStub(isolate) {} in PlatformCodeStub()
344 DEFINE_CODE_STUB_BASE(PlatformCodeStub, CodeStub);
[all …]
Ddebug.cc83 CodeStub::Major major_key = CodeStub::GetMajorKey(code); in IsSourceBreakStub()
84 return major_key == CodeStub::CallFunction; in IsSourceBreakStub()
91 CodeStub::Major major_key = CodeStub::GetMajorKey(code); in IsBreakStub()
92 return major_key == CodeStub::CallFunction; in IsBreakStub()
373 return CodeStub::GetMajorKey(*target_code) == CodeStub::CallFunction; in IsStepInLocation()
398 CodeStub::GetMajorKey(*maybe_call_function_stub) == in PrepareStepIn()
399 CodeStub::CallFunction); in PrepareStepIn()
476 DCHECK(CodeStub::GetMajorKey(*code) == CodeStub::CallFunction); in DebugBreakForIC()
1371 CodeStub::GetMajorKey(maybe_call_function_stub) == in PrepareStep()
1372 CodeStub::CallFunction) || in PrepareStep()
[all …]
Dglobals.h299 class CodeStub; variable
Dserialize.cc1923 if (stub_key == CodeStub::NoCacheKey()) { in SerializeCodeStub()
1940 CodeStub::MajorName(CodeStub::MajorKeyFromKey(stub_key), false), in SerializeCodeStub()
2005 CodeStub::GetCode(isolate, code_stub_keys[i]).ToHandleChecked(); in Deserialize()
Dlog.cc1641 CodeStub::MajorName(CodeStub::GetMajorKey(code_object), true); in LogCodeObject()
Dliveedit.cc1641 CodeStub::GetMajorKey(pre_top_frame_code) == CodeStub::CEntry) { in DropFrames()
Dlithium-allocator.cc1341 CodeStub::Major major_key = chunk_->info()->code_stub()->MajorKey(); in BuildLiveRanges()
1342 PrintF("Function: %s\n", CodeStub::MajorName(major_key, false)); in BuildLiveRanges()
Ddeoptimizer.cc1582 int major_key = CodeStub::GetMajorKey(compiled_code_); in DoComputeCompiledStubFrame()
1600 CodeStub::MajorName(static_cast<CodeStub::Major>(major_key), false), in DoComputeCompiledStubFrame()
/external/v8/test/cctest/
Dtest-code-stubs.cc186 CodeStub* stub = &stub_impl; \ in TEST()
187 CHECK_EQ(stub->MajorKey(), CodeStub::NAME); \ in TEST()
/external/v8/src/ic/
Daccess-compiler.cc20 if (code->IsCodeStubOrIC()) code->set_stub_key(CodeStub::NoCacheKey()); in GetCodeWithFlags()
/external/v8/src/ia32/
Dmacro-assembler-ia32.h734 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
737 void TailCallStub(CodeStub* stub);
890 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-ia32.cc1995 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
2001 void MacroAssembler::TailCallStub(CodeStub* stub) { in TailCallStub()
2012 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall()
/external/v8/src/x87/
Dmacro-assembler-x87.h704 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
707 void TailCallStub(CodeStub* stub);
858 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-x87.cc1958 void MacroAssembler::CallStub(CodeStub* stub, TypeFeedbackId ast_id) { in CallStub()
1964 void MacroAssembler::TailCallStub(CodeStub* stub) { in TailCallStub()
1975 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall()
/external/v8/src/arm/
Dmacro-assembler-arm.h88 int CallStubSize(CodeStub* stub,
1034 void CallStub(CodeStub* stub,
1039 void TailCallStub(CodeStub* stub, Condition cond = al);
1183 inline bool AllowThisStubCall(CodeStub* stub);
Dmacro-assembler-arm.cc87 CodeStub* stub, TypeFeedbackId ast_id, Condition cond) { in CallStubSize()
2332 void MacroAssembler::CallStub(CodeStub* stub, in CallStub()
2340 void MacroAssembler::TailCallStub(CodeStub* stub, Condition cond) { in TailCallStub()
2478 bool MacroAssembler::AllowThisStubCall(CodeStub* stub) { in AllowThisStubCall()
/external/v8/src/mips/
Dmacro-assembler-mips.h1188 void CallStub(CodeStub* stub,
1193 void TailCallStub(CodeStub* stub, COND_ARGS);
1197 void CallJSExitStub(CodeStub* stub);
1350 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1214 void CallStub(CodeStub* stub,
1219 void TailCallStub(CodeStub* stub, COND_ARGS);
1223 void CallJSExitStub(CodeStub* stub);
1376 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/x64/
Dmacro-assembler-x64.h1280 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
1283 void TailCallStub(CodeStub* stub);
1433 inline bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/heap/
Dincremental-marking.cc473 if (CodeStub::MajorKeyFromKey(key) == CodeStub::RecordWrite) { in PatchIncrementalMarkingRecordWriteStubs()
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1095 void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
1096 void TailCallStub(CodeStub* stub);
1284 bool AllowThisStubCall(CodeStub* stub);
/external/v8/src/compiler/
Dregister-allocator.cc1372 CodeStub::Major major_key = info->code_stub()->MajorKey(); in BuildLiveRanges()
1373 PrintF(" (function: %s)\n", CodeStub::MajorName(major_key, false)); in BuildLiveRanges()

123