Home
last modified time | relevance | path

Searched defs:constpool (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compilation_env.cpp88 JSTaggedValue AOTCompilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetArrayLiteralFromCache() argument
93 JSTaggedValue AOTCompilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetObjectLiteralFromCache() argument
98 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() argument
103 panda_file::File::EntityId AOTCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t index) const in GetIdFromCache() argument
H A Daccess_object_stub_builder.cpp217 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey() local
H A Djit_compilation_env.cpp74 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local
86 JSTaggedValue constpool = method->GetConstantPool(); in FindConstpool() local
95 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); in FindOrCreateUnsharedConstpool() local
107 [[maybe_unused]] JSTaggedValue constpool = method->GetConstantPool(); FindOrCreateUnsharedConstpool() local
123 JSTaggedValue constpool; GetConstantPoolByMethodOffset() local
137 GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const GetArrayLiteralFromCache() argument
143 GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const GetObjectLiteralFromCache() argument
149 GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const GetMethodFromCache() argument
154 GetIdFromCache(JSTaggedValue constpool, uint32_t index) const GetIdFromCache() argument
177 JSTaggedValue constpool = GetConstantPoolByMethodOffset(methodOffset); GetStringFromConstantPool() local
[all...]
H A Dinterpreter_stub-inl.h675 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, in Dispatch() argument
685 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast() argument
693 void InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebugger() argument
703 void InterpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchDebuggerLast() argument
718 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId() argument
731 CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, GateRef res, GateRef offset) CheckException() argument
749 CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, GateRef res, GateRef offset) CheckPendingException() argument
767 CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, GateRef res, GateRef offset) CheckExceptionWithVar() argument
787 CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, GateRef res, Label *jump) CheckExceptionWithJump() argument
[all...]
H A Dmcr_lowering.cpp175 GateRef constpool = acc_.GetValueIn(gate, 0); in LowerLoadHClassFromConstpool() local
H A Dmcr_circuit_builder.cpp941 GateRef CircuitBuilder::LoadHClassFromConstpool(GateRef constpool, size_t index) in LoadHClassFromConstpool() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp58 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile() local
H A Druntime.cpp285 AddOrUpdateConstpool(const JSPandaFile *jsPandaFile, JSHandle<ConstantPool> constpool, int32_t index) AddOrUpdateConstpool() argument
H A Dshared_object_factory.cpp182 NewSMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, JSHandle<ConstantPool> constpool, uint32_t entryIndex, bool needSetAotFlag, bool *canFastCall) NewSMethod() argument
H A Decma_context.cpp488 void EcmaContext::LoadProtoTransitionTable(JSTaggedValue constpool) in LoadProtoTransitionTable() argument
495 void EcmaContext::ResetProtoTransitionTableOnConstpool(JSTaggedValue constpool) in ResetProtoTransitionTableOnConstpool() argument
594 AddOrUpdateConstpool(const JSPandaFile *jsPandaFile, JSHandle<ConstantPool> constpool, int32_t index) AddOrUpdateConstpool() argument
603 AddContextConstpoolCache(const JSPandaFile *jsPandaFile, JSHandle<ConstantPool> constpool, int32_t index) AddContextConstpoolCache() argument
648 JSTaggedValue constpool = FindConstpoolFromContextCache(jsPandaFile, index); FindCachedConstpoolAndLoadAiIfNeeded() local
666 JSTaggedValue constpool = FindCachedConstpoolAndLoadAiIfNeeded(jsPandaFile, index); FindOrCreateConstPool() local
699 JSHandle<ConstantPool> constpool = factory_->NewConstantPool(constpoolSize); CreateAllConstpool() local
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
H A Dsnapshot_test.cpp112 JSHandle<ConstantPool> constpool = factory->NewConstantPool(10); in HWTEST_F_L0() local
167 JSHandle<ConstantPool> constpool = factory->NewConstantPool(400); HWTEST_F_L0() local
237 auto constpool = reinterpret_cast<ConstantPool *>(beginRegion->GetBegin()); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp29 ExtractObjectDatas(JSThread *thread, const JSPandaFile *jsPandaFile, size_t index, JSMutableHandle<TaggedArray> elements, JSMutableHandle<TaggedArray> properties, JSHandle<ConstantPool> constpool, const CString &entryPoint) ExtractObjectDatas() argument
130 GetDatasIgnoreTypeForClass(JSThread *thread, const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) GetDatasIgnoreTypeForClass() argument
143 GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) GetDatasIgnoreType() argument
151 EnumerateLiteralVals(JSThread *thread, LiteralDataAccessor &lda, const JSPandaFile *jsPandaFile, size_t index, JSHandle<ConstantPool> constpool, const CString &entryPoint) EnumerateLiteralVals() argument
241 DefineFunctionTemplate(JSThread *thread, const JSPandaFile *jsPandaFile, uint32_t offset, JSHandle<ConstantPool> constpool, FunctionKind kind, uint16_t length, const CString &entryPoint, bool isLoadedAOT, uint32_t entryIndex, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) DefineFunctionTemplate() argument
321 DefineMethodInLiteral(JSThread *thread, const JSPandaFile *jsPandaFile, uint32_t offset, JSHandle<ConstantPool> constpool, FunctionKind kind, uint16_t length, const CString &entryPoint, bool isLoadedAOT, uint32_t entryIndex, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) DefineMethodInLiteral() argument
402 ExtractObjectDatas(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSMutableHandle<TaggedArray> elements, JSMutableHandle<TaggedArray> properties, JSHandle<ConstantPool> constpool, const CString &entry, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) ExtractObjectDatas() argument
516 GetDatasIgnoreTypeForClass(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSHandle<ConstantPool> constpool, const CString &entryPoint, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes, ElementsKind *newKind, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) GetDatasIgnoreTypeForClass() argument
536 GetDatasIgnoreType(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSHandle<ConstantPool> constpool, const CString &entryPoint, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes, ElementsKind *newKind, JSHandle<JSTaggedValue> sendableEnv, ClassKind classKind) GetDatasIgnoreType() argument
[all...]
H A Dprogram_object.cpp20 JSTaggedValue ConstantPool::GetClassLiteralFromCache(JSThread *thread, JSHandle<ConstantPool> constpool, in GetClassLiteralFromCache() argument
63 JSHandle<TaggedArray> ConstantPool::GetFieldLiteral(JSThread *thread, JSHandle<ConstantPool> constpool, in GetFieldLiteral() argument
75 GetStringFromCacheForJit(JSThread *thread, JSTaggedValue constpool, uint32_t index, bool allowAlloc) GetStringFromCacheForJit() argument
96 GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) GetStringFromCache() argument
134 MergeObjectLiteralHClassCache(EcmaVM *vm, const JSHandle<JSTaggedValue> &constpool) MergeObjectLiteralHClassCache() argument
183 GetMethodFromCache(JSTaggedValue constpool, uint32_t index) GetMethodFromCache() argument
[all...]
H A Dpanda_file_translator.cpp212 JSHandle<ConstantPool> constpool = AllocateConstPool(vm, jsPandaFile); in ParseConstPool() local
174 GenerateProgramInternal(EcmaVM *vm, MethodLiteral *mainMethodLiteral, JSHandle<ConstantPool> constpool, const JSPandaFile *jsPandaFile) GenerateProgramInternal() argument
278 ParseFuncAndLiteralConstPool(EcmaVM *vm, const JSPandaFile *jsPandaFile, const CString &entryPoint, JSHandle<ConstantPool> sconstpool, JSHandle<ConstantPool> constpool) ParseFuncAndLiteralConstPool() argument
364 JSHandle<ConstantPool> constpool = factory->NewConstantPool(constpoolIndex); AllocateConstPool() local
[all...]
H A Dprogram_object.h203 CreateSharedConstPoolForAOT( EcmaVM *vm, JSHandle<ConstantPool> constpool, int32_t cpId = 0) CreateSharedConstPoolForAOT() argument
254 CheckUnsharedConstpool(JSTaggedValue constpool) CheckUnsharedConstpool() argument
454 CASSetObjectToCache( JSThread *thread, const JSTaggedValue constpool, uint32_t index, JSTaggedValue value) CASSetObjectToCache() argument
477 GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) GetMethodFromCache() argument
545 GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index, CString entry) GetLiteralFromCache() argument
644 GetLiteralFromCache(JSTaggedValue constpool, uint32_t index, [[maybe_unused]] CString entry) GetLiteralFromCache() argument
657 GetIdFromCache(JSTaggedValue constpool, uint32_t index) GetIdFromCache() argument
665 GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index, JSTaggedValue module) GetLiteralFromCache() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_manager_test.cpp204 JSHandle<ConstantPool> constpool = vm->GetFactory()->NewSConstantPool(1); in CreateJSPandaFileAndConstpool() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dframe_handler.cpp276 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool() local
H A Dinterpreter_assembly.cpp309 HandleMovV4V4( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleMovV4V4() argument
321 HandleMovV8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleMovV8V8() argument
333 HandleMovV16V16( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleMovV16V16() argument
345 HandleLdaStrId16( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdaStrId16() argument
356 HandleJmpImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJmpImm8() argument
366 HandleJmpImm16( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJmpImm16() argument
376 HandleJmpImm32( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJmpImm32() argument
386 HandleJeqzImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJeqzImm8() argument
402 HandleJeqzImm16( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJeqzImm16() argument
418 HandleJeqzImm32( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJeqzImm32() argument
434 HandleJnezImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJnezImm8() argument
450 HandleJnezImm16( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJnezImm16() argument
466 HandleJnezImm32( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleJnezImm32() argument
482 HandleLdaV8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdaV8() argument
493 HandleStaV8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleStaV8() argument
503 HandleLdaiImm32( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdaiImm32() argument
513 HandleFldaiImm64( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleFldaiImm64() argument
523 HandleReturn( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleReturn() argument
551 HandleReturnundefined( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleReturnundefined() argument
580 HandleLdnan( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdnan() argument
589 HandleLdinfinity( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdinfinity() argument
598 HandleLdundefined( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdundefined() argument
607 HandleLdnull( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdnull() argument
616 HandleLdsymbol( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdsymbol() argument
627 HandleLdglobal( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdglobal() argument
639 HandleLdtrue( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdtrue() argument
648 HandleLdfalse( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLdfalse() argument
657 HandleGetunmappedargs( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleGetunmappedargs() argument
673 HandleAsyncfunctionenter( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleAsyncfunctionenter() argument
685 HandleTonumberImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleTonumberImm8() argument
704 HandleNegImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleNegImm8() argument
728 HandleNotImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleNotImm8() argument
752 HandleIncImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleIncImm8() argument
779 HandleDecImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleDecImm8() argument
806 HandleThrow( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleThrow() argument
816 HandleTypeofImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleTypeofImm8() argument
826 HandleGetpropiterator( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleGetpropiterator() argument
838 HandleResumegenerator( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleResumegenerator() argument
854 HandleGetresumemode( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleGetresumemode() argument
870 HandleGetiteratorImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleGetiteratorImm8() argument
884 HandleGetasynciteratorImm8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleGetasynciteratorImm8() argument
898 HandleThrowConstassignmentPrefV8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleThrowConstassignmentPrefV8() argument
910 HandleThrowPatternnoncoerciblePrefNone( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleThrowPatternnoncoerciblePrefNone() argument
921 HandleThrowIfnotobjectPrefV8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleThrowIfnotobjectPrefV8() argument
940 HandleCloseiteratorImm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleCloseiteratorImm8V8() argument
955 HandleAdd2Imm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleAdd2Imm8V8() argument
991 HandleSub2Imm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleSub2Imm8V8() argument
1025 HandleMul2Imm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleMul2Imm8V8() argument
1047 HandleDiv2Imm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleDiv2Imm8V8() argument
1070 HandleMod2Imm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleMod2Imm8V8() argument
1093 HandleEqImm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleEqImm8V8() argument
1117 HandleNoteqImm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleNoteqImm8V8() argument
1142 HandleLessImm8V8( JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue profileTypeInfo, JSTaggedValue acc, int16_t hotnessCounter) HandleLessImm8V8() argument
[all...]
H A Dslow_runtime_stub.cpp1131 CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, JSTaggedValue lexenv, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, JSTaggedValue module, JSTaggedValue length) CreateClassWithBuffer() argument
1147 CreateSharedClass(JSThread *thread, JSTaggedValue base, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, uint16_t length, JSTaggedValue module) CreateSharedClass() argument
1254 CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) CreatePrivateProperty() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h119 inline void DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast() argument
127 void Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, in Dispatch() argument
H A Dbaseline_stubs.cpp304 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
349 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
364 GateRef constpool = GetConstpoolFromMethod(method); in GenerateCircuit() local
554 GateRef constpool = GetConstpoolFromMethod(curMethod); in GenerateCircuit() local
874 GateRef constpool in GenerateCircuit() local
893 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
913 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
931 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
1508 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
1538 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
1569 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
1594 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
1851 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
1896 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
1914 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
1933 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2028 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2071 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2755 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2771 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2789 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2809 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2829 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2845 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2862 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2883 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2904 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2923 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
2971 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3016 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3032 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3049 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3066 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3090 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3205 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3258 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3308 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
3337 GateRef constpool = GenerateCircuit() local
3826 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
4203 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
4729 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
4881 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5221 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5236 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5253 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5271 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5288 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5304 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5321 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5338 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5365 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5407 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5430 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5490 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5611 GateRef constpool = GenerateCircuit() local
5716 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
5831 GateRef constpool = GetConstpoolFromMethod(method); GenerateCircuit() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp62 JSTaggedValue constpool = method->GetConstantPool(); in PrepareCompile() local
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp47 JSTaggedValue constpool = thread->GetCurrentEcmaContext()->FindConstpool(baseFile, idx); in LoadPatchInternal() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dalias_analysis.cpp1527 Inst *constpool = inst->GetDataFlowInput(0); in VisitLoadFromConstantPool() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h928 RuntimeCreateClassWithBuffer(JSThread *thread, const JSHandle<JSTaggedValue> &base, const JSHandle<JSTaggedValue> &lexenv, const JSHandle<JSTaggedValue> &constpool, uint16_t methodId, uint16_t literalId, const JSHandle<JSTaggedValue> &module, const JSHandle<JSTaggedValue> &length) RuntimeCreateClassWithBuffer() argument
1028 RuntimeCreateSharedClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, const JSHandle<JSTaggedValue> &constpool, uint16_t methodId, uint16_t literalId, uint16_t length, const JSHandle<JSTaggedValue> &module) RuntimeCreateSharedClass() argument
[all...]

Completed in 64 milliseconds

12