Home
last modified time | relevance | path

Searched refs:RUNTIME_FUNCTIONS (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_thread.h375 RUNTIME_FUNCTIONS, enumerator
447 V(RUNTIME_FUNCTIONS, RuntimeFunctions, BYTECODE_HANDLERS, \
450 V(FASTSTUB_ENTRIES, FastStubEntries, RUNTIME_FUNCTIONS, \
/ark/js_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp465 … rtoffset = LLVMConstInt(glue_type, compCfg_->GetGlueOffset(JSThread::GlueID::RUNTIME_FUNCTIONS) + in VisitRuntimeCall()
575 … rtoffset = LLVMConstInt(glue_type, compCfg_->GetGlueOffset(JSThread::GlueID::RUNTIME_FUNCTIONS) + in VisitCall()