/external/webkit/JavaScriptCore/wtf/ |
AlwaysInline.h | 33 #ifndef NEVER_INLINE 35 #define NEVER_INLINE __attribute__((__noinline__)) 37 #define NEVER_INLINE
|
/external/webkit/JavaScriptCore/interpreter/ |
Interpreter.h | 110 NEVER_INLINE JSValue callEval(CallFrame*, RegisterFile*, Register* argv, int argc, int registerOffset, JSValue& exceptionValue); 111 NEVER_INLINE HandlerInfo* throwException(CallFrame*&, JSValue&, unsigned bytecodeOffset, bool); 112 NEVER_INLINE void debug(CallFrame*, DebugHookID, int firstLine, int lastLine); 127 NEVER_INLINE bool resolve(CallFrame*, Instruction*, JSValue& exceptionValue); 128 NEVER_INLINE bool resolveSkip(CallFrame*, Instruction*, JSValue& exceptionValue); 129 NEVER_INLINE bool resolveGlobal(CallFrame*, Instruction*, JSValue& exceptionValue); 130 NEVER_INLINE void resolveBase(CallFrame*, Instruction* vPC); 131 NEVER_INLINE bool resolveBaseAndProperty(CallFrame*, Instruction*, JSValue& exceptionValue); 132 NEVER_INLINE ScopeChainNode* createExceptionScope(CallFrame*, const Instruction* vPC); 140 NEVER_INLINE bool unwindCallFrame(CallFrame*&, JSValue, unsigned& bytecodeOffset, CodeBlock*&) [all...] |
Interpreter.cpp | 92 NEVER_INLINE bool Interpreter::resolve(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue) 120 NEVER_INLINE bool Interpreter::resolveSkip(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue) 153 NEVER_INLINE bool Interpreter::resolveGlobal(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue) 193 NEVER_INLINE void Interpreter::resolveBase(CallFrame* callFrame, Instruction* vPC) 200 NEVER_INLINE bool Interpreter::resolveBaseAndProperty(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue) 276 static NEVER_INLINE bool isInvalidParamForIn(CallFrame* callFrame, CodeBlock* codeBlock, const Instruction* vPC, JSValue value, JSValue& exceptionData) 284 static NEVER_INLINE bool isInvalidParamForInstanceOf(CallFrame* callFrame, CodeBlock* codeBlock, const Instruction* vPC, JSValue value, JSValue& exceptionData) 293 NEVER_INLINE JSValue Interpreter::callEval(CallFrame* callFrame, RegisterFile* registerFile, Register* argv, int argc, int registerOffset, JSValue& exceptionValue) 448 NEVER_INLINE bool Interpreter::unwindCallFrame(CallFrame*& callFrame, JSValue exceptionValue, unsigned& bytecodeOffset, CodeBlock*& codeBlock) 491 NEVER_INLINE HandlerInfo* Interpreter::throwException(CallFrame*& callFrame, JSValue& exceptionValue, unsigned (…) [all...] |
/external/webkit/JavaScriptCore/runtime/ |
JSActivation.h | 93 NEVER_INLINE PropertySlot::GetValueFunc getArgumentsGetter();
|
Collector.h | 130 NEVER_INLINE CollectorBlock* allocateBlock(); 131 NEVER_INLINE void freeBlock(size_t); 132 NEVER_INLINE void freeBlockPtr(CollectorBlock*);
|
Operations.cpp | 44 NEVER_INLINE JSValue jsAddSlowCase(CallFrame* callFrame, JSValue v1, JSValue v2)
|
StringConstructor.cpp | 31 static NEVER_INLINE JSValue stringFromCharCodeSlowCase(ExecState* exec, const ArgList& args)
|
JSValue.cpp | 175 NEVER_INLINE double nonInlineNaN()
|
Collector.cpp | 218 NEVER_INLINE CollectorBlock* Heap::allocateBlock() 294 NEVER_INLINE void Heap::freeBlock(size_t block) 314 NEVER_INLINE void Heap::freeBlockPtr(CollectorBlock* block) 795 void NEVER_INLINE Heap::markCurrentThreadConservativelyInternal(MarkStack& markStack) [all...] |
Operations.h | 33 NEVER_INLINE JSValue jsAddSlowCase(CallFrame*, JSValue, JSValue);
|
JSObject.cpp | 517 NEVER_INLINE void JSObject::fillGetterPropertySlot(PropertySlot& slot, JSValue* location)
|
JSArray.cpp | 322 NEVER_INLINE void JSArray::putSlowCase(ExecState* exec, unsigned i, JSValue value) [all...] |
JSONObject.cpp | 654 NEVER_INLINE JSValue Walker::walk(JSValue unfiltered)
|
StringPrototype.cpp | 153 static NEVER_INLINE UString substituteBackreferencesSlow(const UString& replacement, const UString& source, const int* ovector, RegExp* reg, int i) [all...] |
/external/webkit/JavaScriptCore/parser/ |
Lexer.cpp | 210 static NEVER_INLINE bool isNonASCIIIdentStart(int c) 220 static NEVER_INLINE bool isNonASCIIIdentPart(int c)
|
/external/webkit/JavaScriptCore/jit/ |
JITStubs.cpp | 783 NEVER_INLINE void JITThunks::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo) 833 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo) 974 static NEVER_INLINE void returnToThrowTrampoline(JSGlobalData* globalData, ReturnAddressPtr exceptionLocation, ReturnAddressPtr& returnAddressSlot) 981 static NEVER_INLINE void throwStackOverflowError(CallFrame* callFrame, JSGlobalData* globalData, ReturnAddressPtr exceptionLocation, ReturnAddressPtr& returnAddressSlot) [all...] |
/external/webkit/JavaScriptCore/bytecode/ |
CodeBlock.cpp | 118 NEVER_INLINE static const char* debugHookName(int debugHookID) [all...] |